home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
libraries
/
lhlib18.lha
/
LhGlue.LZH
/
LhLvo.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1990-07-26
|
205 b
|
14 lines
section text,code
xdef _LVOCreateBuffer
xdef _LVODeleteBuffer
xdef _LVOLhEncode
xdef _LVOLhDecode
_LVOCreateBuffer equ -30
_LVODeleteBuffer equ -36
_LVOLhEncode equ -42
_LVOLhDecode equ -48
end